home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / spaceagent50_4 / releasenotes / spaceagent_relnotes next >
Text File  |  2004-08-03  |  3KB  |  94 lines

  1. SpaceAgent 50.0 (internal)
  2.  
  3. - First version, only used internally
  4.  
  5.  
  6.  
  7. SpaceAgent 50.1 (21.1.2004)
  8.  
  9. - Added SECS tooltype
  10. - Added reactivating requesters after space freed
  11. - Various clean up`s and optimisations
  12. - Added documentation
  13. - Updated release notes!
  14.  
  15.  
  16.  
  17. Space Agent 50.2 (22.01.2004)
  18.  
  19. - Added the ability to accept multiple disks
  20. - Added the ability to show requesters on a 'per disk' basis
  21. - Added the DEBUG parameter
  22. - Added the facility to run scripts when requesters appear
  23. - Added the version string (at last)
  24. - Updated documentation
  25.  
  26.  
  27.  
  28.  
  29. Space Agent 50.3 (02.05.2004)
  30.  
  31. - Added tooltype CX_PRIORITY to allow users to set commodity priority
  32. - Changed disk checking to incorporate 64bit values (elliminating
  33.   the 4GB overflow) - thanks to Timm S Mueller for help in that
  34. - More general cleanups in the source code
  35. - Updated documentation again (does anyone actually read it?)
  36. - Fixed a serious bug in the tooltype reading routines when run from WB
  37. - Fixed a null-pointer error in WB_Args
  38.  
  39.  
  40.  
  41.  
  42. Space Agent 50.3.1 (07.05.2004) 68K
  43.  
  44. - Compiled for 68K using SAS/C on OS4 - this will be the only 68K version
  45.   once we iron out the bugs :)
  46.  
  47.  
  48.  
  49.  
  50. SpaceAgent 50.3.2 (11.05.2004) 68K
  51.  
  52. - A couple of issues have been brought to my attention, the first of which 
  53.   cannot be reproduced on OS4 or 68K emulation, so I`m making the 
  54.   changes to the 68K version first, and pushing it out to testers.
  55. - Apparently, launching without tooltypes for the script names leads to an
  56.   $80000004 Guru on <OS4.0. So long as the tooltypes are present, the
  57.   crash doesn`t happen. I have included some more error checking rather 
  58.   than just relying on the return value from FindToolType().
  59.   Reported by Brian Sharman.
  60. - An enhancement request was put forward to make it scan the disks immediately
  61.   rather than waiting for the SECS delay. Code reshuffling allowed this and made 
  62.   the disk scanning routine a separate function - ScanDisks().
  63.   Requested by Brian Sharman and Phillipe 'Elwood' Ferrucci.
  64.  
  65.  
  66.  
  67.  
  68. Space Agent 50.3.3 (14.05.2004)
  69.  
  70. - OK, it appears the tooltype bug was not where I first thought. The RunScript() function 
  71.   has been modified into a function that returns a value associated with the success or
  72.   failure of the script being run.
  73. - The Request() function was also updated to make use of this return vale in RunScript()
  74.   and will notify of a missing script if specified.
  75. - Debug output heavily enhanced to try an narrow down unreproducable bugs in the 
  76.   script routine
  77.  
  78.  
  79.  
  80.  
  81. Space Agent 50.3.4 (15.05.2004)
  82.  
  83. - Added more error checking in the RunScript() function (seems to have cured the 68k problem)
  84. - Upgraded SECS to longword, so SECS can be anything up to 16,777,216 !
  85. - Added the ability to quit Space Agent by running another instance. Basic commodity requirement :)
  86.  
  87.  
  88.  
  89.  
  90. Space Agent 50.4 (15.05.2004)
  91.  
  92. - Now back to PPC. This version is based on all enhancements made in the 68K version.
  93. - Changed the EasyRequest() for the Reaction counterpart as per Philippe 'Elwood' Ferrucci's request.
  94. - Also added the ability to warn if a specified script does not exist in the location passed in parameters